home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hottest 6
/
Hottest 6 (1996)(PDSoft)[!].iso
/
software
/
fredfish
/
1087.lha
/
Programs
/
TeleTerm
/
Install-TeleTerm
next >
Wrap
Text File
|
1994-07-15
|
742b
|
12 lines
(set @app-name "TeleTerm V1.0")
(set d (askdir (default "SYS:") (help "The destination you select will be the location of TeleTerm.") (prompt "Select destination where TeleTerm will be copied. Destination must have 300k of free disk space.") (disk)))
(set @default-dest d)
(copyfiles (prompt "Copying files...") (choices
"TeleTerm"
"TeleTerm.info"
) (source "") (dest (cat d)))
(copylib (dest "LIBS:") (prompt "Copying XprZmodem.library...") (help @copylib-help) (source "libs/xprzmodem.library"))
(copylib (dest "LIBS:") (prompt "Copying XemAmiga.library...") (help @copylib-help) (source "libs/xemamiga.library"))
(copylib (dest "LIBS:") (prompt "Copying Reqtools.library...") (help @copylib-help) (source "libs/reqtools.library"))
(exit)